home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
patches
/
fw4030r3.lha
/
FMath406.lha
/
Install Libs
< prev
next >
Wrap
Text File
|
1994-06-23
|
655b
|
35 lines
echo " Fast Math Libraries v40.x"
echo " (c) 1993/94 by Martin Berndt*N"
echo " =========================================*N*N"
cpu >NIL: check 68020
if warn
echo "Sorry, you cannot use these libraries."
else
cpu >NIL: check 68040
if not warn
echo "Installing 68040 version..."
copy 68040/#? libs: all quiet noreq
echo "*NDone."
else
cpu >NIL: check 68881
if warn
echo "Sorry, you cannot use these libraries."
else
echo "Installing 68881/882 version..."
copy 68882/#? libs: all quiet noreq
echo "*NDone."
endif
endif
endif